Skip to content

Add tensor row inputs for RowFn - #9776

Draft
connortsui20 wants to merge 1 commit into
developfrom
ct/row-fn-tensor-rows
Draft

Add tensor row inputs for RowFn#9776
connortsui20 wants to merge 1 commit into
developfrom
ct/row-fn-tensor-rows

Conversation

@connortsui20

Copy link
Copy Markdown
Member

Summary

Adds the tensor row types used by RowFn scalar functions without migrating a function in the same layer.

Changes

TensorRow decodes ordinary tensor columns, literal constants, and extension-backed constants into flat typed rows. It is dense-safe because tensor float kernels can consume the stored payload of null rows while RowFn owns output validity.

@codspeed-hq

codspeed-hq Bot commented Sep 4, 2026

Copy link
Copy Markdown

Merging this PR will regress 2 benchmarks

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 6 improved benchmarks
❌ 2 regressed benchmarks
✅ 2179 untouched benchmarks
⏩ 218 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation random_i16[0.95] 77.4 µs 95.9 µs -19.22%
Simulation decompress[u64, (4000, 1024)] 70.4 µs 85.7 µs -17.82%
WallTime arrow_checked_add_u32_neon[16384] 20.4 µs 12.2 µs +67.46%
Simulation random_i8[0.5] 91.4 µs 68 µs +34.4%
Simulation column_x_extension_constant[256] 540.2 µs 425.3 µs +27%
Simulation allocate_drop_arrow[0] 456.9 ns 402.7 ns +13.45%
Simulation column_x_extension_constant[32] 192.1 µs 169.5 µs +13.36%
Simulation allocate_drop_bytes[0] 575.7 ns 521.6 ns +10.39%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing ct/row-fn-tensor-rows (6ca28c3) with develop (5c8c397)2

Open in CodSpeed

Footnotes

  1. 218 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on develop (803a3dc) during the generation of this report, so 5c8c397 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Base automatically changed from ct/tensor-normalization-semantics to develop September 8, 2026 21:55
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant